-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uses AST-scanner for all ERB #573
Conversation
- Also fixes regex in PatternScanner to handle `theme_t "foo"` being marked as a translation. - Fixes #572
@mvz Can you test it out? 🙂 |
CHANGES.md
Outdated
## v1.0.14 | ||
|
||
* Newlines are now preserved when using Google Translate. | ||
- Newlines are now preserved when using Google Translate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please revert the changes from -
to *
?
Looks good to me other than the markdown formatting change |
Need to find some better settings for the VS Code repo to avoid automatic formatting. |
@davidwessman I have tested with these changes and it works now. Thanks! |
There is a new scanner that handles it 🙂 and there are tests for it. |
But please add some tests if you think there needs to be more test coverage for it. |
Here is the new parser 🙂 |
theme_t "foo"
beingmarked as a translation.
_t
is a translation method #572